home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TFMINSPECTOR / TFMINSPECTOR.txt
Text File  |  2004-10-12  |  2KB  |  101 lines

  1. object fmInspector: TfmInspector
  2.   Left = 315
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Settings'
  7.   ClientHeight = 449
  8.   ClientWidth = 679
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object pnTop: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 679
  25.     Height = 21
  26.     Align = alTop
  27.     AutoSize = True
  28.     BevelOuter = bvNone
  29.     TabOrder = 0
  30.     DesignSize = (
  31.       679
  32.       21)
  33.     object cbObjects: TComboBox
  34.       Left = 1
  35.       Top = 0
  36.       Width = 220
  37.       Height = 21
  38.       Style = csDropDownList
  39.       Anchors = [akLeft, akTop, akRight]
  40.       ItemHeight = 13
  41.       TabOrder = 0
  42.       OnChange = cbObjectsChange
  43.     end
  44.   end
  45.   object mlFolders: TMLVGrid
  46.     Left = 284
  47.     Top = 21
  48.     Width = 395
  49.     Height = 428
  50.     Align = alClient
  51.     DefaultRowHeight = 16
  52.     DefaultDrawing = False
  53.     FixedCols = 0
  54.     RowCount = 1
  55.     FixedRows = 0
  56.     Options = [goThumbTracking]
  57.     TabOrder = 1
  58.     OnKeyDown = mlFoldersKeyDown
  59.     OnMouseDown = mlFoldersMouseDown
  60.     AltDrag = False
  61.     AutoColResize = True
  62.     AutoSearch = False
  63.     MultiSelect = False
  64.     ImmediateSelect = False
  65.     OnDrawItemImage = mlFoldersDrawItemImage
  66.   end
  67.   object pnMove: TPanel
  68.     Left = 221
  69.     Top = 21
  70.     Width = 63
  71.     Height = 428
  72.     Align = alLeft
  73.     BevelOuter = bvNone
  74.     TabOrder = 2
  75.     object btnCopy: TButton
  76.       Left = 7
  77.       Top = 202
  78.       Width = 50
  79.       Height = 25
  80.       Caption = '>>>'
  81.       Default = True
  82.       TabOrder = 0
  83.       OnClick = btnCopyClick
  84.     end
  85.   end
  86.   object sgInfo: TStringGrid
  87.     Left = 0
  88.     Top = 21
  89.     Width = 221
  90.     Height = 428
  91.     Align = alLeft
  92.     ColCount = 2
  93.     DefaultColWidth = 105
  94.     DefaultRowHeight = 16
  95.     RowCount = 1
  96.     FixedRows = 0
  97.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing, goRowSelect]
  98.     TabOrder = 3
  99.   end
  100. end
  101.